home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 683 / printfiles / english / rexx / letter next >
Text File  |  1995-03-18  |  1KB  |  38 lines

  1. /* PrintFiles V0.91e  Preferences - Arexx File */
  2.  
  3. options results   /* request results */
  4. if ~show(ports,'PRINTFILES')then do   /* PrintFiles already running ? */
  5.     address command 'printfiles'    /* if not, attempt to launch it */
  6.  address command 'sys:rexxc/WaitForPort PRINTFILES'   /* wait...wait...wait */
  7. end   /*  */
  8. if ~(show(ports,'PRINTFILES')) then return 5   /* return 5 if we couldn't find PrintFiles */
  9.  
  10. address printfiles
  11.  
  12. insertdir 'SYS:'     /* Default directory  of FileRequester */
  13. savedir 'REXX:'     /* Default directory of SaveRequester */
  14. 12cpi     /* set pitch to elite */
  15. lq     /* set print quality to nlq */
  16. page off      /* print page count */
  17. time off      /* print time */
  18. filename off      /* print filename */
  19. line off      /* print linennumbers */
  20. date off      /* print date */
  21. 6li     /* set 1/6 spacing */
  22. ff on      /* print FormFeed after each file */
  23. fpage on      /* print additional cr after each line */
  24. lmargin 0     /* set right margin */
  25. rmargin 80     /* set left margin */
  26. lines 66     /* number of lines per page */
  27. saveprefs '-cFWsRPiL'       /* Saveprefs flags */
  28.      /* With    Comments */
  29.      /* Without   Filenames */
  30.      /* Without   OpenWindow-command */
  31.      /* With    Startup Code */
  32.      /* Without   Reset-command */
  33.      /* Without   Print-command */
  34.      /* With    Icon */
  35.      /* Without   Head/Footline */
  36. icon ignore      /* ignore Icons  */
  37. prog ignore      /* ignore programs */
  38.